ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _AreaCartesianGroupView<TOwnerView> Class / _AreaCartesianGroupView<TOwnerView> Constructor

In This Topic
    _AreaCartesianGroupView<TOwnerView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As TOwnerView, _
       ByVal dataModel As ICartesianGroupDataModel _
    )
    public _AreaCartesianGroupView<TOwnerView>( 
       TOwnerView ownerView,
       ICartesianGroupDataModel dataModel
    )

    Parameters

    ownerView
    dataModel
    See Also